movie recommendation engine frontend
Build a Movie Recommendation Engine frontend using Vue.js (Part 4)
This is the final part of our 4-part series! In the previous 3, we covered the theory of collaborative filtering, how to build a Flask API, and how to deploy the API on AWS ECS. In this post, we'll build a simple Vue.js frontend that aims to simplify the movie recommendations as much as possible. Hence, we'll only ask the user to enter their favourite movie and recommend movies that are similar to it. Key functionalities of this project are the auto-search function for finding movie titles from MovieLens dataset and leveraging open-source scrapped movie posters to display recommended movies by the backend API.